home *** CD-ROM | disk | FTP | other *** search
/ Super PC 34 / Super PC 34 (Shareware).iso / spc / UTIL / DJGPP2 / V2 / DJLSR200.ZIP / src / debug / common / makefile < prev    next >
Encoding:
Makefile  |  1996-01-14  |  370 b   |  18 lines

  1. # Copyright (C) 1996 DJ Delorie, see COPYING.DJ for details
  2. # Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details
  3. TOP=..
  4.  
  5. SRC += dbgcom.c
  6. SRC += syms.c
  7. SRC += v2load.c
  8. SRC += wild.c
  9.  
  10. include $(TOP)/../makefile.inc
  11.  
  12.  
  13. e : $(BIN)/symify.exe
  14.  
  15. $(BIN)/symify.exe : $C symify.o $(LIB)/libdbg.a $L
  16.     ld -s -o $@ $^ -T$(LIB)/djgpp.lnk
  17.     $(BIN)/stubify -v $@
  18.